projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2ceb79
)
(holiday-julian): Fix a problem with holidays in the last fortnight in
author
Glenn Morris
<rgm@gnu.org>
Sun, 10 Aug 2008 20:05:45 +0000
(20:05 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 10 Aug 2008 20:05:45 +0000
(20:05 +0000)
Julian October (sync from trunk 2008-03-31).
lisp/calendar/cal-julian.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-julian.el
b/lisp/calendar/cal-julian.el
index ef7ad67272b4a9152a3221d557d5ea7409f39895..273958f4e02ee66e8535854fe9a231c138778c54 100644
(file)
--- a/
lisp/calendar/cal-julian.el
+++ b/
lisp/calendar/cal-julian.el
@@
-153,7
+153,7
@@
nil if it is not visible in the current calendar window."
(julian-end (calendar-julian-from-absolute end-date))
(julian-y1 (extract-calendar-year julian-start))
(julian-y2 (extract-calendar-year julian-end)))
- (setq year (if (< 10 month) julian-y1 julian-y2))
+ (setq year (if (<
=
10 month) julian-y1 julian-y2))
(let ((date (calendar-gregorian-from-absolute
(calendar-absolute-from-julian
(list month day year)))))